home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / objectives.swf / scripts / DefineButton2_13 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2004-03-23  |  114 bĀ   |  6 lines

  1. on(rollOver){
  2.    this.newWidth = 500;
  3.    this.newHeight = 125;
  4.    _parent._parent.set_back(_parent._name);
  5. }
  6.